Class SearchPrecaOutput

Description

PGプリカPGプリカ照会 出力パラメータクラス

Located in /com/gmo_pg/client/output/SearchPrecaOutput.php (line 11)

BaseOutput
   |
   --SearchPrecaOutput
Method Summary
 SearchPrecaOutput __construct ([IgnoreCaseMap $params = null])
 string getExpireDate ()
 string getLastChargeDate ()
 string getLastUseDate ()
 string getPrecaNo ()
 integer getTotalCnt ()
 integer getTotalValue ()
 void setExpireDate (string $expireDate)
 void setLastChargeDate (string $lastChargeDate)
 void setLastUseDate (string $lastUseDate)
 void setPrecaNo (string $precaNo)
 void setTotalCnt (integer $totalCnt)
 void setTotalValue (integer $totalValue)
 string toString ()
Methods
Constructor __construct (line 44)

コンストラクタ

  • access: public
SearchPrecaOutput __construct ([IgnoreCaseMap $params = null])

Redefinition of:
BaseOutput::__construct()
コンストラクタ
getExpireDate (line 101)

有効期限取得

  • return: 有効期限
  • access: public
string getExpireDate ()
getLastChargeDate (line 80)

最終チャージ日時取得

  • return: 最終チャージ日時
  • access: public
string getLastChargeDate ()
getLastUseDate (line 87)

最終利用日時取得

  • return: 最終利用日時
  • access: public
string getLastUseDate ()
getPrecaNo (line 66)

プリカ番号取得

  • return: プリカ番号
  • access: public
string getPrecaNo ()
getTotalCnt (line 94)

履歴件数取得

  • return: 履歴件数
  • access: public
integer getTotalCnt ()
getTotalValue (line 73)

合計バリュー取得

  • return: 合計バリュー
  • access: public
integer getTotalValue ()
setExpireDate (line 150)

有効期限設定

  • access: public
void setExpireDate (string $expireDate)
  • string $expireDate
setLastChargeDate (line 126)

最終チャージ日時設定

  • access: public
void setLastChargeDate (string $lastChargeDate)
  • string $lastChargeDate
setLastUseDate (line 134)

最終利用日時設定

  • access: public
void setLastUseDate (string $lastUseDate)
  • string $lastUseDate
setPrecaNo (line 110)

プリカ番号設定

  • access: public
void setPrecaNo (string $precaNo)
  • string $precaNo
setTotalCnt (line 142)

履歴件数設定

  • access: public
void setTotalCnt (integer $totalCnt)
  • integer $totalCnt
setTotalValue (line 118)

合計バリュー設定

  • access: public
void setTotalValue (integer $totalValue)
  • integer $totalValue
toString (line 161)

文字列表現

現在の各パラメータを、パラメータ名=値&パラメータ名=値の形式で取得します。

  • return: 出力パラメータの文字列表現
  • access: public
string toString ()

Redefinition of:
BaseOutput::toString()
文字列表現

Inherited Methods

Inherited From BaseOutput

 BaseOutput::__construct()
 BaseOutput::encodeStr()
 BaseOutput::getCsvResponse()
 BaseOutput::getErrList()
 BaseOutput::isErrorOccurred()
 BaseOutput::nullToEmpty()
 BaseOutput::setCsvResponse()
 BaseOutput::setErrList()
 BaseOutput::toString()

Documentation generated on Thu, 18 Jan 2024 20:01:14 +0900 by phpDocumentor 1.4.3